Poltu - App Landing Page
v1.0

Thank you


First of all, thank you for purchasing the Poltu HTML Template. You can find the detailed information about the template in this document. If there is anything you cannot find in this document, you can send an e-mail via the profile page.

1HTML Structure

We are used Bootstrap3 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.

The code block above is powered by SyntaxHighlighter.

Activeted PHP Contact Form

You can edit your form simply and quickly. Open sendemail.php and change following area


    <?php

    $to = "one@gmail.com";
    $from = $_REQUEST['email'];
    $name = $_REQUEST['name'];
    $headers = "From: $from";
    $subject = "You have a message from your Template";

    $fields = array();
    $fields{"name"}    = "Name";
    $fields{"email"}    = "Email";
    $fields{"sub"}    = "Subject";
    $fields{"message"}   = "Message";
    

    $body = "Here is the message you got:\n\n"; foreach($fields as $a => $b){   $body .= sprintf("%20s: %s\n",$b,$_REQUEST[$a]); }

    $send = mail($to, $subject, $body, $headers);

?>

2CSS Structure

The style.css file contains all of the specific stylings for the page. The file is separated into sections using:

                	
                        /* EVENTR CSS 

                            /*   01 - Loading Transition  */
                            /*   02 - Click To Top  */
                            /*   03 - Global Settings */
                            /*   04 - Theme Header */
                            /*   05 - Theme Main Banner */
                            /*   06 - Our Feature */
                            /*   07 - Customers Need   */
                            /*   08 - Apps Overview  */
                            /*   09 - App ScreenShot  */
                            /*   10 - Pricing Plan  */
                            /*   11 - Client Slider  */
                            /*   12 - Download Section  */
                            /*   13 - Conatct Us  */
                            /*   14 - Footer  */
                            /*   15 - Theme Counter  */
                            /*   16 - Theme Inner Banner  */
                            /*   17 - Theme Sidebar */
                            /*   18 - Blog List */
                            /*   19 - Blog Details */
                         
                         */
                    
                

3JavaScripts

4Credits